home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
utils
/
ved04b
/
cube.v04
< prev
next >
Wrap
Text File
|
1994-12-15
|
1KB
|
37 lines
*****************************************************************************
* Object file for VED v0.4 beta *
* "Cube" by Tumblin / Bodies In Motion *
*****************************************************************************
*------------------------------ Vertices -----------------------------------*
* number of vertices
8,
* list of vertices
-50,50,-50, * vertex 0 : back top left
50,50,-50, * vertex 1 : back top right
50,-50,-50, * vertex 2 : back bottom right
-50,-50,-50, * vertex 3 : back bottom right
-50,50,50, * vertex 4 : front top left
50,50,50, * vertex 5 : front top right
50,-50,50, * vertex 6 : front bottom right
-50,-50,50, * vertex 7 : front bottom left
*------------------------------ Polygons -----------------------------------*
6, * number of polygons in object
* polygons for object
* format follows:
* #of polygons, list of vertices, color of polygon
4, 0,4,5,1, 1, * top
4, 7,3,2,6, 2, * bottom
4, 0,3,7,4, 3, * left
4, 5,6,2,1, 4, * right
4, 1,2,3,0, 5, * back
4, 4,7,6,5, 6 * front
* end of object